home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TVERVIEWFRAME / TVERVIEWFRAME.txt
Text File  |  2008-11-03  |  9KB  |  313 lines

  1. inherited VerViewFrame: TVerViewFrame
  2.   object InputPanel: TUiPanel [0]
  3.     Left = 0
  4.     Top = 0
  5.     Width = 790
  6.     Height = 291
  7.     Align = alClient
  8.     BevelOuter = bvNone
  9.     TabOrder = 0
  10.     OnResize = InputPanelResize
  11.     object Splitter: TUiSplitter
  12.       Left = 393
  13.       Top = 0
  14.       Height = 291
  15.       AutoSnap = False
  16.       OnMoved = SplitterMoved
  17.     end
  18.     object LeftPanel: TUiPanel
  19.       Tag = 1
  20.       Left = 0
  21.       Top = 0
  22.       Width = 393
  23.       Height = 291
  24.       Align = alLeft
  25.       BevelOuter = bvLowered
  26.       TabOrder = 0
  27.     end
  28.     object RightPanel: TUiPanel
  29.       Tag = 2
  30.       Left = 396
  31.       Top = 0
  32.       Width = 394
  33.       Height = 291
  34.       Align = alClient
  35.       BevelOuter = bvLowered
  36.       TabOrder = 1
  37.     end
  38.   end
  39.   inherited JobProgressPanel: TUiPanel
  40.     Top = 291
  41.     TabOrder = 1
  42.   end
  43.   inherited MessagePanel: TUiPanel
  44.     TabOrder = 2
  45.   end
  46.   object DetailsPanel: TUiPanel [4]
  47.     Left = 0
  48.     Top = 312
  49.     Width = 790
  50.     Height = 72
  51.     Align = alBottom
  52.     BevelOuter = bvLowered
  53.     TabOrder = 4
  54.     OnResize = DetailsPanelResize
  55.   end
  56.   inherited StatusBar: TUiStatusBar
  57.     Panels = <
  58.       item
  59.         Style = psOwnerDraw
  60.         Width = 225
  61.         Images = BcImages.ContentImages
  62.       end
  63.       item
  64.         Width = 300
  65.       end
  66.       item
  67.         Width = 125
  68.       end
  69.       item
  70.         Width = 50
  71.       end>
  72.   end
  73.   inherited Actions: TUiActionList
  74.     object ReportAction: TUiAction
  75.       Category = 'Session'
  76.       Caption = 'Version Compare Re&port...'
  77.       Hint = 'Version Compare Report|Produces Version Compare report.'
  78.       ImageIndex = imgReport
  79.       OnExecute = ReportExecute
  80.       ShortCaption = 'Report'
  81.     end
  82.     object InfoAction: TUiAction
  83.       Category = 'Session'
  84.       Caption = 'Version Compare &Info'
  85.       Hint = 'Version Compare Info|Displays compare statistics.'
  86.       ImageIndex = imgInfo
  87.       OnExecute = InfoExecute
  88.       ShortCaption = 'Info'
  89.     end
  90.     object CopyAction: TUiAction
  91.       Category = 'Edit'
  92.       Caption = '&Copy'
  93.       Hint = 'Copy|Copies selection and puts it on Clipboard.'
  94.       ImageIndex = imgCopy
  95.       OnExecute = CopyExecute
  96.       ShortCaption = 'Copy'
  97.     end
  98.     object SelectAllAction: TUiAction
  99.       Category = 'Edit'
  100.       Caption = '&Select All'
  101.       Hint = 'Select All|Selects all visible items.'
  102.       OnExecute = TreeViewCommandExecute
  103.       ShortCaption = 'Select'
  104.     end
  105.     object DiffItemNextAction: TUiAction
  106.       Category = 'Search'
  107.       Caption = '&Next Difference Item'
  108.       Hint = 'Next Difference Item|Positions at next difference item.'
  109.       OnExecute = DiffItemNextExecute
  110.       ShortCaption = 'Next Item'
  111.       StaticImageIndex = imgDown
  112.     end
  113.     object DiffItemPrevAction: TUiAction
  114.       Category = 'Search'
  115.       Caption = '&Previous Difference Item'
  116.       Hint = 'Previous Difference Item|Positions at previous difference item.'
  117.       OnExecute = DiffItemPrevExecute
  118.       ShortCaption = 'Prev Item'
  119.       StaticImageIndex = imgUp
  120.     end
  121.     object ExistsNextAction: TUiAction
  122.       Category = 'Search'
  123.       Caption = 'Next Existing Item'
  124.       Hint = 'Next Existing Item|Positions at next item, skipping over gaps.'
  125.       OnExecute = ExistsNextExecute
  126.     end
  127.     object ExistsPrevAction: TUiAction
  128.       Category = 'Search'
  129.       Caption = 'Previous Existing Item'
  130.       Hint = 
  131.         'Previous Existing Item|Positions at previous item, skipping over' +
  132.         ' gaps.'
  133.       OnExecute = ExistsPrevExecute
  134.     end
  135.     object FindAction: TUiAction
  136.       Category = 'Search'
  137.       Caption = '&Find...'
  138.       Hint = 'Find|Finds search string.'
  139.       ImageIndex = imgFind
  140.       OnExecute = FindExecute
  141.       ShortCaption = 'Find'
  142.     end
  143.     object FindNextAction: TUiAction
  144.       Category = 'Search'
  145.       Caption = 'Find Next'
  146.       Hint = 'Find Next|Finds next occurrence of search string.'
  147.       ImageIndex = imgFindNext
  148.       OnExecute = FindNextPrevExecute
  149.       ShortCaption = 'Next'
  150.     end
  151.     object FindPrevAction: TUiAction
  152.       Category = 'Search'
  153.       Caption = 'Find Previous'
  154.       Hint = 'Find Previous|Finds previous occurrence of search string.'
  155.       ImageIndex = imgFindPrev
  156.       OnExecute = FindNextPrevExecute
  157.       ShortCaption = 'Prev'
  158.     end
  159.     object GoLeftAction: TUiAction
  160.       Category = 'Search'
  161.       Caption = 'Go Left'
  162.       Hint = 'Go Left|Positions in pane left of selected one.'
  163.       OnExecute = GoLeftExecute
  164.       ShortCaption = 'Go Left'
  165.     end
  166.     object GoRightAction: TUiAction
  167.       Category = 'Search'
  168.       Caption = 'Go Right'
  169.       Hint = 'Go Right|Positions in pane right of selected one.'
  170.       OnExecute = GoRightExecute
  171.       ShortCaption = 'Go Right'
  172.     end
  173.     object GoNextAction: TUiAction
  174.       Category = 'Search'
  175.       Caption = 'Go Next'
  176.       Hint = 'Go Next|Positions in pane after selected one.'
  177.       OnExecute = GoNextExecute
  178.       ShortCaption = 'Go Next'
  179.     end
  180.     object GoPrevAction: TUiAction
  181.       Category = 'Search'
  182.       Caption = 'Go Prev'
  183.       Hint = 'Go Prev|Positions in pane before selected one.'
  184.       OnExecute = GoPrevExecute
  185.       ShortCaption = 'Go Prev'
  186.     end
  187.     object FavCompareAllAction: TUiAction
  188.       Category = 'Favorites'
  189.       Caption = 'Show All'
  190.       Hint = 
  191.         'Show All|Shows same, left orphan, right orphan and difference it' +
  192.         'ems.'
  193.       ImageIndex = imgFavAll
  194.       OnExecute = FavExecute
  195.       ShortCaption = 'All'
  196.     end
  197.     object FavDiffAction: TUiAction
  198.       Category = 'Favorites'
  199.       Caption = 'Show Differences'
  200.       Hint = 
  201.         'Show Differences|Shows left orphan, right orphan and difference ' +
  202.         'items.'
  203.       ImageIndex = imgFavDiff
  204.       OnExecute = FavExecute
  205.       ShortCaption = 'Diffs'
  206.     end
  207.     object FavSameAction: TUiAction
  208.       Category = 'Favorites'
  209.       Caption = 'Show Same'
  210.       Hint = 'Show Same|Shows same items.'
  211.       ImageIndex = imgFavSame
  212.       OnExecute = FavExecute
  213.       ShortCaption = 'Same'
  214.     end
  215.     object FavCompareNoneAction: TUiAction
  216.       Category = 'None'
  217.       Caption = 'Show None'
  218.       Hint = 'Show None|Shows no items.'
  219.       ImageIndex = imgFavNone
  220.       OnExecute = FavExecute
  221.       ShortCaption = 'None'
  222.     end
  223.     object TogSameAction: TUiAction
  224.       Category = 'Toggles'
  225.       Caption = 'Toggle Same'
  226.       Hint = 'Toggle Same|Shows or hides same items.'
  227.       OnExecute = TogExecute
  228.       ShortCaption = 'Same'
  229.     end
  230.     object TogLeftOrphanAction: TUiAction
  231.       Category = 'Toggles'
  232.       Caption = 'Toggle Left Orphans'
  233.       Hint = 'Toggle Left Orphans|Shows or hides left orphan items.'
  234.       OnExecute = TogExecute
  235.       ShortCaption = 'Left'
  236.     end
  237.     object TogRightOrphanAction: TUiAction
  238.       Category = 'Toggles'
  239.       Caption = 'Toggle Right Orphans'
  240.       Hint = 'Toggle Right Orphans|Shows or hides right orphan items.'
  241.       OnExecute = TogExecute
  242.       ShortCaption = 'Right'
  243.     end
  244.     object TogDiffAction: TUiAction
  245.       Category = 'Toggles'
  246.       Caption = 'Toggle Differences'
  247.       Hint = 'Toggle Differences|Shows or hides difference items.'
  248.       OnExecute = TogExecute
  249.       ShortCaption = 'Diffs'
  250.     end
  251.     object IsSigAction: TUiAction
  252.       Category = 'View'
  253.       AutoCheck = True
  254.       Hint = 
  255.         'Item Is Important|Marks selected item as important or unimportan' +
  256.         't.'
  257.       OnExecute = IsSigExecute
  258.     end
  259.     object ShowWSAction: TUiAction
  260.       Category = 'View'
  261.       AutoCheck = True
  262.       Caption = 'Visible &Whitespace'
  263.       Hint = 'Visible Whitespace|Shows or hides visible spaces, tabs.'
  264.       ImageIndex = imgShowWS
  265.       OnExecute = ViewStateExecute
  266.       ShortCaption = 'Space'
  267.     end
  268.     object DisplayFontAction: TUiAction
  269.       Category = 'View'
  270.       Caption = 'Display &Font...'
  271.       Hint = 'Display Font|Sets listing font.'
  272.       ImageIndex = imgDisplayFont
  273.       OnExecute = DisplayFontExecute
  274.       ShortCaption = 'Font'
  275.     end
  276.     object SideBySideAction: TUiAction
  277.       Category = 'View'
  278.       AutoCheck = True
  279.       Caption = 'Side-by-side &Layout'
  280.       GroupIndex = 20
  281.       Hint = 'Side-by-side Layout|Arranges panes side-by-side.'
  282.       ImageIndex = imgSideBySide
  283.       OnExecute = OverUnderExecute
  284.       ShortCaption = 'Normal'
  285.     end
  286.     object OverUnderAction: TUiAction
  287.       Category = 'View'
  288.       AutoCheck = True
  289.       Caption = '&Over-under Layout'
  290.       GroupIndex = 20
  291.       Hint = 'Over-under Layout|Arranges panes above and below each other.'
  292.       ImageIndex = imgOverUnder
  293.       OnExecute = OverUnderExecute
  294.       ShortCaption = 'Stacked'
  295.     end
  296.     object ShowDetailsAction: TUiAction
  297.       Category = 'View'
  298.       AutoCheck = True
  299.       Caption = 'Item &Details'
  300.       Hint = 'Item Details|Shows or hides item details panel.'
  301.       ImageIndex = imgShowTextDetails
  302.       OnExecute = ShowDetailsExecute
  303.       ShortCaption = 'Details'
  304.     end
  305.     object HideDetailsAction: TUiAction
  306.       Category = 'Popup'
  307.       Caption = 'Hide'
  308.       Hint = 'Hide Details Panel|Hides item details panel.'
  309.       OnExecute = ShowDetailsExecute
  310.     end
  311.   end
  312. end
  313.